home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / o-z / patchallocmem / installlib.script < prev    next >
Text File  |  1978-06-29  |  387b  |  17 lines

  1. ; Install patch.library
  2.  
  3. Echo "Installing library for PatchAllocMem"
  4.  
  5. If EXISTS LIBS:patch.library
  6.   Version >NIL: LIBS:patch.library 1 55
  7.   If WARN
  8.     Echo "Installing newer version of patch.library (1.55)"
  9.     Copy libs/patch.library LIBS:
  10.   Else
  11.     Echo "patch.library already installed"
  12.   EndIf
  13. Else
  14.   Echo "Installing xpkmaster.library V2.4"
  15.   Copy libs/patch.library LIBS:
  16. EndIf
  17.